func github.com/go-pg/pg/v10/orm.indirect

8 uses

	github.com/go-pg/pg/v10/orm (current package)
		delete.go#L135: 		el := indirect(slice.Index(i))
		insert.go#L284: 		el := indirect(slice.Index(i))
		model_table_slice.go#L149: 		strct := indirect(m.slice.Index(i))
		query.go#L1649: 		el := indirect(slice.Index(i))
		update.go#L357: 			b = f.AppendValue(b, indirect(strct), 1)
		util.go#L9: func indirect(v reflect.Value) reflect.Value {
		util.go#L12: 		return indirect(v.Elem())
		util.go#L30: 		return indirect(v.Index(0).Elem()).Type()